home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_21659.txt < prev    next >
Text File  |  1990-08-07  |  5KB  |  249 lines

  1. -- card: 21659 from stack: in.0-2
  2. -- bmap block id: 22021
  3. -- flags: 0000
  4. -- background id: 18737
  5. -- name: MultipleWindows
  6. ----- HyperTalk script -----
  7. -- This handler stores the name of the last card.
  8. on goBack
  9.   go cd "Windows" of stack "Intro to HyperCard 2.0"
  10. end goBack
  11.  
  12. on showRabbitWindows
  13.   repeat with n = 1 to 9
  14.     show btn ("b" & n)
  15.     PaintPict ("Rabbit-a"),cd,("b" & n)
  16.     wait 20
  17.     PaintPict ("Rabbit"),cd,("b" & n)
  18.   end repeat
  19.   PaintPict ("Rabbit-a"),cd,("b104")
  20.   hide btn "b10"
  21.   repeat with n = 10 down to 2
  22.     hide btn ("b" & n)
  23.     PaintPict ("Rabbit-a"),cd,("b" & (n -1))
  24.   end repeat
  25.   hide btn "b1"
  26. end showRabbitWindows
  27.  
  28.  
  29. -- part 1 (button)
  30. -- low flags: 00
  31. -- high flags: 2000
  32. -- rect: left=217 top=217 right=260 bottom=267
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   set cursor to none
  44.   push card
  45.   go stack "‚Ä¢HC 2.0-Anim5"
  46.   wait 10
  47.   doAnimate
  48.   wait 20
  49.   pop card
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 2 (button)
  55. -- low flags: 80
  56. -- high flags: 0000
  57. -- rect: left=208 top=191 right=276 bottom=275
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: b1
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   hide me
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 3 (button)
  74. -- low flags: 80
  75. -- high flags: 0000
  76. -- rect: left=403 top=25 right=110 bottom=470
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: b2
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   hide me
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 4 (button)
  93. -- low flags: 80
  94. -- high flags: 0000
  95. -- rect: left=62 top=142 right=227 bottom=129
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: b6
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   hide me
  107. end mouseUp
  108.  
  109.  
  110.  
  111. -- part 5 (button)
  112. -- low flags: 80
  113. -- high flags: 0000
  114. -- rect: left=330 top=249 right=334 bottom=397
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 1
  118. -- font id: 0
  119. -- text size: 12
  120. -- style flags: 0
  121. -- line height: 16
  122. -- part name: b9
  123. ----- HyperTalk script -----
  124. on mouseUp
  125.   hide me
  126. end mouseUp
  127.  
  128.  
  129.  
  130. -- part 6 (button)
  131. -- low flags: 80
  132. -- high flags: 0000
  133. -- rect: left=166 top=86 right=171 bottom=233
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 0 / 0
  136. -- text alignment: 1
  137. -- font id: 0
  138. -- text size: 12
  139. -- style flags: 0
  140. -- line height: 16
  141. -- part name: b5
  142. ----- HyperTalk script -----
  143. on mouseUp
  144.   hide me
  145. end mouseUp
  146.  
  147.  
  148.  
  149. -- part 8 (button)
  150. -- low flags: 80
  151. -- high flags: 0000
  152. -- rect: left=303 top=128 right=213 bottom=370
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: b4
  161. ----- HyperTalk script -----
  162. on mouseUp
  163.   hide me
  164. end mouseUp
  165.  
  166.  
  167.  
  168. -- part 9 (button)
  169. -- low flags: 80
  170. -- high flags: 0000
  171. -- rect: left=23 top=33 right=118 bottom=90
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 1
  175. -- font id: 0
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: b8
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   hide me
  183. end mouseUp
  184.  
  185.  
  186.  
  187. -- part 10 (button)
  188. -- low flags: 80
  189. -- high flags: 0000
  190. -- rect: left=268 top=20 right=105 bottom=335
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: b10
  199. ----- HyperTalk script -----
  200. on mouseUp
  201.   hide me
  202. end mouseUp
  203.  
  204.  
  205.  
  206. -- part 12 (button)
  207. -- low flags: 80
  208. -- high flags: 0000
  209. -- rect: left=411 top=150 right=235 bottom=478
  210. -- title width / last selected line: 0
  211. -- icon id / first selected line: 0 / 0
  212. -- text alignment: 1
  213. -- font id: 0
  214. -- text size: 12
  215. -- style flags: 0
  216. -- line height: 16
  217. -- part name: b7
  218. ----- HyperTalk script -----
  219. on mouseUp
  220.   hide me
  221. end mouseUp
  222.  
  223.  
  224.  
  225. -- part 13 (button)
  226. -- low flags: 80
  227. -- high flags: 0000
  228. -- rect: left=32 top=247 right=332 bottom=99
  229. -- title width / last selected line: 0
  230. -- icon id / first selected line: 0 / 0
  231. -- text alignment: 1
  232. -- font id: 0
  233. -- text size: 12
  234. -- style flags: 0
  235. -- line height: 16
  236. -- part name: b3
  237. ----- HyperTalk script -----
  238. on mouseUp
  239.   hide me
  240. end mouseUp
  241.  
  242.  
  243.  
  244. -- part contents for background part 1
  245. ----- text -----
  246. HyperCard 2.0 allows you to open as many windows as your computer‚Äôs memory will allow. The number of windows you can open on a Macintosh Plus computer with 1-megabyte of RAM will depend on the sizes of the windows and what they contain. 
  247.  
  248.  
  249.